Conversation
|
Thanks for this effort @rtswanson this is great, I'll take a look! Much appreciated! |
|
This is amazing, sorry I'm 2 years out of date! I will find a way to get this merged in. |
|
Well, sorry my commits were large, with no test cases. My repo is a little bit of a mess, and out of date with master. Also, I messed up so line-endings makes the diff look horrendous. What I mentioned back in the original comment was including things like the lattices in OpenMC I drafted years ago - that's now in my fork here: rtswanson@284811c I then added a little bit more to preserve temperature (reading the xsdir file, but using a new dependency of https://github.com/NuclearData/DataListing, which we might not want to require for something so simple - but it only looks for the DATAPATH env. var; doesn't check all of the other options): rtswanson@8ee7367 I also have started partial implementation of data (source) and tally conversion. But I need to go back and just rebase on top of master and clean up the commits to make these separate branches off of master (and maybe write some tests) before I push anything else. I'll have time to start getting my commits cleaned up in a week or two. |
This is an initial attempt to add some additional functionality to parsing MCNP inputs. Additions include:
Remaining work includes:
A similar extension to write this new data to OpenMC is in-progress and will be submitted as a separate future pull request.
Let me know if you have any comments / feedback as I work to address the remaining to-do items.